home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / amok98-106 / amok104 / oberon-a / docs.lha / docs / Changes.doc < prev    next >
Text File  |  1994-05-19  |  2KB  |  58 lines

  1.      $RCSfile: Changes.doc $
  2.   Description: Changes made to Oberon-A
  3.  
  4.    Created by: fjc (Frank Copeland)
  5.     $Revision: 1.2 $
  6.       $Author: fjc $
  7.         $Date: 1994/05/19 23:35:27 $
  8.   ________________________________________________________________________
  9.  
  10.  
  11.   Changes made in release 1.1
  12.   ===========================
  13.  
  14.   Bugs fixed
  15.   ----------
  16.  
  17.   OC
  18.     * Enforcer hit caused when no DST parameter was specified [A. Wienart].
  19.     * Same error code used for different errors.
  20.  
  21.   OL
  22.     * The module name passed as a parameter was case-sensitive [R. Waspe].
  23.  
  24.   OberonSys.lib
  25.     * The garbage collector was mistreating SysBlks in the mark phase.
  26.       Fireworks mode :-)
  27.  
  28.   Improvements made
  29.   -----------------
  30.  
  31.   FPE
  32.     * Added "Program-Create Directory" menu item and removed references
  33.       to "Make Code" button in FPE.doc.
  34.  
  35.   OC
  36.     * Changed command line arguments:
  37.       - Options now must come first;
  38.       - Multiple filename arguments allowed.
  39.     * Batch compiles implemented.
  40.     * OLIB: is now the default symbol file search path.
  41.     * Error files are output in the current directory with the name
  42.       "<module>.err".
  43.  
  44.   OL
  45.     * Command line arguments slightly changed.
  46.     * Changed format of .with file to suit Commodore's ALink.
  47.     * OLIB: is now the default symbol file search path.
  48.  
  49.   ORU
  50.     * Changed to generate a batch file to be used with the BATCH option of
  51.       the compiler.
  52.     * OLIB: is now the default symbol file search path.
  53.  
  54.   Oberon-A/S
  55.  
  56.     * Oberon-Startup file containing useful aliases for Shell users
  57.       created.
  58.